'Declaration
<DispIdAttribute(124)> Function GetTableCellText( _ ByVal OCRResultID As String, _ ByVal TableIdx As Integer, _ ByVal ColummIdx As Integer, _ ByVal RowIdx As Integer _ ) As String
[DispId(124)] string GetTableCellText( string OCRResultID, int TableIdx, int ColummIdx, int RowIdx )
function GetTableCellText( OCRResultID: String; TableIdx: Integer; ColummIdx: Integer; RowIdx: Integer ): String;
DispIdAttribute(124) function GetTableCellText( OCRResultID : String, TableIdx : int, ColummIdx : int, RowIdx : int ) : String;
[DispId(124)] string* GetTableCellText( string* OCRResultID, int TableIdx, int ColummIdx, int RowIdx )
[DispId(124)] String^ GetTableCellText( String^ OCRResultID, int TableIdx, int ColummIdx, int RowIdx )
Parameters
- OCRResultID
- TableIdx
- ColummIdx
- RowIdx